gtk-demo: Fix typo
authorVolker Sobek <reklov@live.com>
Tue, 8 May 2012 01:32:28 +0000 (03:32 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 14 Apr 2013 13:04:57 +0000 (09:04 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=675649

demos/gtk-demo/textscroll.c

index 277609bca184df1f4d776a83583a97d9ed510f76..158a2351dd19c5e586628176561ce76ea3425e8a 100644 (file)
@@ -85,7 +85,7 @@ scroll_to_bottom (GtkTextView *textview)
   gtk_text_iter_set_line_offset (&iter, 0);
 
   /* and place the mark at iter. the mark will stay there after we
-   * insert some text at the end because it has right gravity.
+   * insert some text at the end because it has left gravity.
    */
   mark = gtk_text_buffer_get_mark (buffer, "scroll");
   gtk_text_buffer_move_mark (buffer, mark, &iter);